(grep-compute-defaults): Fix typos.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 15 Feb 2004 13:07:08 +0000 (13:07 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Sun, 15 Feb 2004 13:07:08 +0000 (13:07 +0000)
lisp/progmodes/grep.el

index fd68dd64b414ff0c00c0c183f3d56903af4f73dc..40c900e530126b0af4222ebf8b1177bbcd14f4f9 100644 (file)
@@ -318,9 +318,9 @@ Sets `grep-last-buffer' and runs `grep-setup-hook'."
              'gnu)))
   (unless grep-find-command
     (setq grep-find-command
-          (cond ((not (executable-command-find-unix-p "find"))
+          (cond ((not (executable-command-find-posix-p "find"))
                 (message
-                 (concat "compile.el: Unix type find(1) not found. "
+                 (concat "compile.el: Posix-style find(1) not found. "
                          "Please set `grep-find-command'."))
                 nil)
                ((eq grep-find-use-xargs 'gnu)
@@ -543,5 +543,5 @@ those sub directories of DIR."
 (provide 'grep)
 
 ;;; grep.el ends here
+
 ;;; arch-tag: 5a5b9169-a79d-4f38-9c38-f69615f39c4d